html{
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
*{
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;  /* Prevent horizontal scrolling */
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: rgb(0, 0, 0) /*no-repeat center center fixed*/;
    background-size:cover;
}

header{
    background-image:url(dist/main\ page\ 2.jpg);
    height: 100svh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

header {
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    padding: 1em 0;
    text-align: center;

}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #000000;
    min-width: 160px;
    width: 100%;
    box-shadow: none;
    z-index: 1;
    top: 40px;
}
/*for drop down*/
.dropdown-content a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}
.services-link{
    margin-top:-4px;
}


.navbar-wrapper.scrolled {

    background-color: black;
}
.navbar-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: background-color 0.8s ease;
    background-color: transparent;
    padding: 10px 20px;
}
.navbar {
    float: right;
    padding: 0 20px;
    margin-top: 20px;
}

.navbar ul li{
    display: inline-block;
}
.navbar ul li a{
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    border: 1px solid transparent;
    transition: 0.8s ease;
}
.navbar ul li a:hover{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.navbar ul li a:focus {
    outline: 2px solid #DAA520;
}


.logo img{
    float: left;
    width: 150px;
    height: auto;
}


.nav-links {
    list-style: none;
    position: right;
    display: flex;
    padding: 0;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: fixed;
    top:30px;
    bottom: 30px;
    right: 20px;
    z-index: 1001;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}
@media (max-width:945px){
    .navbar{
        float: none;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width:945px) {
    .navbar-wrapper {
        position: fixed;  /* Add this */
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;  /* Ensure it stays at top */
        left: 0;  /* Full width */
        right: 0;
        z-index: 1000;  /* High z-index to stay on top */
        background-color: black;  /* Solid background */
    }
    /* Existing mobile navbar styles remain the same */
}
@media (max-width:945px) {
    .nav-links {
        flex-direction: column;
        width: 100%;
        background: rgba(0, 0, 0, 0.9); /* More transparent background */
        position: relative;
        top: 0; /* Adjust based on header height */
        left: 0;
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
        max-height: 0;
        opacity: 0;
        overflow: hidden; /* Prevent overflow */
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        padding: 10px 0;
    }
    .nav-links.active {
        margin-top: 60px;
        max-height: 500px;
        opacity: 1;
    }

    .nav-links li {
        margin: 7px 0;
        margin-right: 35px;
    }

    .nav-links li a {
        color: white;
        font-size: 1.2rem;
    }

    .menu-toggle {
        display: flex;
    }

    .dropdown-content {
        position: static;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        padding: 10px 0;
    }
    .logo img {
        float: none;
        margin: 0 auto;
    }
}

main {
    padding-top: 10px; /* Add padding to prevent content from being hidden behind the fixed header */
    padding-left: 20px;
    padding-right:20px;
    text-align: left;
    font-size : 5em;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}
.main-content {
    animation: fadeBottom 0.7s ease-in-out 0.9s both;
    will-change: transform, opacity;
}

@keyframes fadeBottom {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}


.main-content .mc1{
    margin-top: 4.8em; /* Adjust this based on your header height */
    margin-left: 30px; /* Adjust left margin as needed */
    font-weight: bold;
    font-size: 4vw;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
     text-align: left; /* Align content to the left */
     padding-bottom: 20px; /* Adjust bottom padding if needed */
    }
    @media (max-width: 768px) {
        .main-content .mc1 {
          font-size: 32px; /* Fallback for small screens */
        }
      }
    .main-content .mc2{
    margin-left: 30px;
    font-size: 30px;
    text-align: left;
}

.main-content {
        -webkit-animation-duration: .7s;
        -webkit-animation-delay: .9s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .7s;
        -moz-animation-delay: .9s;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-fill-mode: both;
        -o-animation-duration: .7s;
        -o-animation-delay: .9s;
        -o-animation-timing-function: ease-in-out;
        -o-animation-fill-mode: both;
        -ms-animation-duration: .7s;
        -ms-animation-delay: .9s;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-fill-mode: both;
        animation-duration: .7s;
        animation-delay: .9s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        -webkit-animation-name: fadeBottom;
        animation-name: fadeBottom
    }
    @keyframes fadeBottom {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Prefixes for older browsers */
    @-webkit-keyframes fadeBottom {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    

.learn-more-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: rgba(218, 165, 32, 0.9);
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-left: -10px;
    min-width: 120px;
    padding: 15px 25px;
}
@media (max-width:768px){
    .learn-more-btn{
        font-size: 1.1rem;
    }
}

.lm-button {
    text-align: left;
    padding-left: 40px;
}

.learn-more-btn:hover {
    background-color: rgba(218,165,32,0.9s);
}
/*sub title for all page*/
.red{
    margin-top: 20px;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: space-between;
    color:rgb(218,165,32);
    font-size: 25px;
    font-style: bold;
    align-items: center;
    padding: 0 20px;
    position: relative;
}


.white{
    font-family: 'Arial', sans-serif;
    color: white;
    padding: 0 20px;
    font-size: 60px;
    font-weight: 300;
    align-items: center;
    position: relative;
    text-transform: none;
}

.highlight {
    font-weight: 1000;
}

/*project*/
.project {
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}

.grid-container {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.grid-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 20px; /* Increased spacing between items */
    }

    .grid-item img {
        height: 250px; /* Adjusted mobile height */
        border-radius: 8px; /* Optional: Add rounded corners */
    }

    /* Optional: Add touch-friendly hover effect */
    .grid-item:active img {
        transform: scale(0.98);
    }
}
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.view-more-button {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;	
    align-items: center;
    background-color: 	#DAA520;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.view-more-button:hover {
    background-color: black;
}
button:focus {
    outline: 2px solid #DAA520;
    outline-offset: 2px;
  }

.full-screen-view {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.full-screen-view img {
    max-width: 90%;
    max-height: 90%;
    cursor: pointer;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 1001;
}

.left-button {
    left: 20px;
}

.right-button {
    right: 20px;
}

.exit-button {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 30px;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 1001;
    border-radius: 5px;
}

/*footer*/
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.container{
    max-width: 1170px;
    margin: auto;

}
.foot.row{
    display:flex;
    flex-wrap: wrap;
    
}
.foot ul{
    list-style:none;
}
.foot {
    margin:0;
    padding:0;
    box-sizing: border-box;
    background-color: #24262b;
    padding:70px 0;
    line-height: 1.5;
    font-family: 'Poppins',sans-serif;
}
.foot-col{
    width:25%;
    padding:0 15px;
}
.foot-col h4{
    font-size:18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500 ;
    position:relative
}
.foot-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: rgb(218,165,32);
    height: 2px;
    width: 20%;
    box-sizing: border-box;
}
.foot-col ul li:not(:last-child){
    margin-bottom:10px;
}
.foot-col ul li a{
    font-size:16px;
    text-transform:capitalize;
    color: #ffffff;
    text-decoration:none;
    font-weight: 300;
    color: #bbbbbb;
    display: block; 
    transition: all 0.3s ease;
}
.foot-col ul li a:hover{
    color:#ffffff;
    padding-left: 10px;
}
.foot-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height:40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s ease;
}
.foot-col .social-links a:hover{
    color:#24262b;
    background-color: #ffffff;

}@media (max-width: 767px) {
    .foot {
        padding: 40px 0; /* Reduce vertical spacing */
    }
}

@media (max-width:767px){
    .foot-col{
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        padding: 0 25px;
    }
}
@media (max-width:574px){
    .foot-col{
        width: 100%;
    }
}
@media (max-width: 574px) {
    .foot-col {
      text-align: center; /* Center align on smallest screens */
    }
  
    .social-links {
      justify-content: center;
    }
    .foot-col h4 {
        font-size: 1.3rem; /* Slightly larger headings */
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
    }

    .foot-col h4::before {
        content: '';
        position: absolute;
        left: 50%; /* Center underline effect */
        transform: translateX(-50%);
        bottom: -10px;
        width: 50px;
        height: 2px;
        background-color: rgb(218,165,32);
    }
    .foot-col ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Center links horizontally */
        gap: 15px; /* Add spacing between links */
    }

    .foot-col ul li {
        margin-bottom: 0; /* Increase spacing between links */
    }

    .foot-col ul li a {
        font-size: 1rem; /* Slightly larger text */
        padding: 8px 12px; /* Add touch-friendly spacing */
        display: inline-block; /* Prevent full-width click area */
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .foot-col ul li a:hover{
        background-color: rgba(255,255,255,0.1);
    }

    .foot-col .social-links {
        justify-content: center; /* Center social icons */
        margin-top: 20px;
        gap: 15px;
    }

    .foot-col .social-links a {
        width: 45px; /* Larger touch targets */
        height: 45px;
        line-height: 45px;
       background-color: rgba(255,255,255,0.2);
       border-radius: 50%;
       transition: all 0.3s ease;
    }
    .foot-col .social-links a:hover {
        background-color: #ffffff;
        color: #24262b;
    }
}

@media (max-width: 574px) {
    .foot-col {
        padding: 0 15px; /* Adjust padding for smallest screens */
    }
    
    /* Add visual separation between columns */
    .foot-col:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 30px;
    }
}

/* Copyright Section Mobile Optimization */
@media (max-width: 767px) {
    footer {
        padding: 25px 15px; /* Adjust padding */
    }
    
    footer p {
        font-size: 0.9rem; /* Slightly smaller text */
        line-height: 1.6; /* Better readability */
        padding: 0 10px;
    }
}
  

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    clear: both;
    max-width: 100%;
    position: relative;
}


.back-to-top {
position: fixed;
right: 20px;
bottom: 20px;
background-color: #444;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
z-index: 1;
}

.back-to-top:hover {
background-color: #555;
}
.section{
width: 100%;
height: 100vh;
}
p{
color: #ffffff;
font-size: 14px;
font-weight: 300;
line-height: 22px;
padding: 10px;
text-align: center;
}
h2{

margin-top: 30px;
text-align: center;
}
.service{
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.service-col{
    flex-basis: 32%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.service-col img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    

}

.layer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    transition: 0.6s;
}
.layer h6 {
    position: absolute;
    width: 90%;
    font-weight: 500;
    color: white;
    font-size: 32px;
    text-align: center;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the text */
    opacity: 0;
    transition: 0.5s;
    padding: 0 20px;
    line-height: 1.3;
}
.layer:hover{
    background: rgba(0, 0, 0, 0.6);

}
.layer:hover h6 {
    opacity: 1;
    transform: translate(-50%,-50%); /* Move text to center */
}
@media (max-width: 768px) {
    .service {
        width: 90%;
        padding-top: 30px;
    }

    .row {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 10%;
    }

    .service-col {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 0;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        overflow: hidden;
        
    }

    .service-col img {
        height: 300px; /* Slightly shorter for mobile */
        border-radius: 12px; /* Rounded top corners */
    }

    .layer {
        background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
        opacity: 1; /* Always visible on mobile */
        align-items: flex-end; /* Align text to bottom */
        justify-content: flex-start; /* Align text to left */
        padding: 20px;
    }

    .layer h6 {
        font-size: 20px;
        opacity: 1; /* Always visible on mobile */
        transform: none;
        color: white;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    /* Add hover effect for touch devices */
    .service-col:active .layer {
        background: rgba(0, 0, 0, 0.7);
    }
}

/* Optional: Tablet Landscape Optimization */
@media (min-width: 769px) and (max-width: 1024px) {
    .service-col img {
        height: 450px; /* Intermediate height */
    }
    
    .layer h6 {
        font-size: 28px;
    }
}

/* For about us*/
  /* Shadow Box Styling */
.shadow-box {
    width: auto;
    max-width: 90%;
    background-color: rgba(244, 244, 244, 0.8);
    padding: 40px;
    border-radius: 12px;
    border: 2px solid white;
    outline: 2px solid black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: 45%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 900;
    animation: slideIn 1s ease-out forwards;
    opacity: 0;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .shadow-box {
        position: relative;
        width: 90%;
        max-width: 90%;
        margin: 20px auto;
        top: 0;
        left: 0;
        transform: none;
        animation: slideUp 1s ease-out forwards;
        padding: 20px;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(100%) translateY(-50%);
        opacity: 0;
    }
    to {
        transform: translateX(0) translateY(-50%);
        opacity: 1;
    }
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Keep your existing .shadow-box p styles */
.shadow-box p {
    margin: 0;
    font-size: 21px;
    color: #000000; /* Keep text color dark for readability */
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .shadow-box p {
        font-size: 16px;
        padding: 10px;
    }
}

@media (max-width:1350px){
    .layer h6{
    width: 100%;
    font-weight: 450;
    color: white;
    font-size: 23px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}

@media (max-width:1200px){
    .layer h6{
    width: 100%;
    font-weight: 400;
    color: white;
    font-size: 20px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}

@media (max-width:1000px){
    .layer h6{
    width: 100%;
    font-weight: 350;
    color: rgb(255, 255, 255);
    font-size: 18px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}

@media (max-width:870px){
    .layer h6{
    width: 100%;
    font-weight: 300;
    color: white;
    font-size: 16px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:780px){
    .layer h6{
    width: 100%;
    font-weight: 300;
    color: rgb(255, 255, 255);
    font-size: 15.3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:740px){
    .layer h6{
    width: 100%;
    font-weight: 200;
    color: white;
    font-size: 14.3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:725px){
    .layer h6{
    width: 100%;
    font-weight: 200;
    color: rgb(255, 255, 255);
    font-size: 14px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:700px){
    .layer h6{
    width: 100%;
    font-weight: 150;
    color: white;
    font-size: 13.1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:680px){
    .layer h6{
    width: 100%;
    font-weight: 150;
    color: rgb(255, 255, 255);
    font-size: 12px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:660px){
    .layer h6{
    width: 100%;
    font-weight: 150;
    color: rgb(255, 255, 255);
    font-size: 11.1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:640px){
    .layer h6{
    width: 100%;
    font-weight: 150;
    color: rgb(255, 255, 255);
    font-size: 10.4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}
@media (max-width:620px){
    .layer h6{
    width: 100%;
    font-weight: 150;
    color: rgb(255, 255, 255);
    font-size: 9.5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.service-col {
    flex-basis: 32%; /* Keep the original layout for larger screens */
    position: relative;
    overflow: hidden;
}

/* Media query for mobile devices main pic*/
@media (max-width: 768px) {
    .layer h6 {
        font-size: 18px !important; /* Larger text for mobile */
        bottom: 20% !important; /* Higher position */
        width: 90% !important;
        padding: 0 10px; /* Add padding for better text containment */
        text-align: center;
    }

    .layer:hover {
        background: rgba(0, 0, 0, 0.7) !important; /* Darker overlay */
    }

    .service-col {
        margin-bottom: 20px; /* Add spacing between stacked items */
    }

    .service-col img {
        height: 300px; /* Fixed height for better consistency */
        object-fit: cover; /* Ensure images fill container */
    }
}

@media screen and (max-width: 768px) {
    .mc1 {
        font-size: 28px; /* Smaller text for mobile users */
    }
    
    .mc2 {
        font-size: 18px;
    }
}
/*map*/
.map-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.map {
    position: relative;
    width: 100%;
    height: 400px; /* Default height for desktop */
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .map {
        height: 300px; /* Smaller height for mobile */
    }
    
    .shadow-box {
        position: relative;
        width: 90%;
        margin: 20px auto;
        top: 0;
        left: 0;
        transform: none;
        padding: 20px;
    }

    .content {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .map {
        height: 250px;
    }
    
    .shadow-box {
        padding: 15px;
    }
    
    .shadow-box p {
        font-size: 14px;
}
}